(mouse-menu-bar-buffers): Renamed from mouse-buffer-menu.
authorRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 20:54:21 +0000 (20:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 20:54:21 +0000 (20:54 +0000)
lisp/menu-bar.el

index 7494867bfa8911ae58ec406406ef51e4da910e1b..e67fb70eedef67c32bd845a6f697cc2fa6f3b6a1 100644 (file)
                    pending-undo-list)
             buffer-undo-list)))
 \f
-(define-key global-map [menu-bar buffer] '("Buffers" . mouse-buffer-menu))
+(define-key global-map [menu-bar buffer] '("Buffers" . mouse-menu-bar-buffers))
 
 (defvar complex-buffers-menu-p nil
   "*Non-nil says, offer a choice of actions after you pick a buffer.
@@ -117,7 +117,7 @@ If this is 10, then only the ten most-recently-selected buffers are shown.
 If this is nil, then all buffers are shown.
 A large number or nil slows down menu responsiveness.")
 
-(defun mouse-buffer-menu (event)
+(defun mouse-menu-bar-buffers (event)
   "Pop up a menu of buffers for selection with the mouse.
 This switches buffers in the window that you clicked on,
 and selects that window."